Click or drag to resize

DeliverMeetingRequests Enumeration

Defines how meeting requests are handled between the delegate and the principal.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum DeliverMeetingRequests
Members
  Member nameValueDescription
DelegatesOnly0 Meeting requests are forwarded to the delegate and moved to the Deleted Items folder in the principal's mailbox.
DelegatesAndMe1 Meeting requests are forwarded to the delegate and remain in the Inbox folder in the principal's mailbox.
DelegatesAndSendInformationToMe2 Meeting requests are forwarded to the delegate and remain in the Inbox folder in the principal's mailbox, but the Accept, Tentative, and Decline buttons do not appear in the Microsoft Office Outlook reading pane.
None3 Meeting requests are not forwarded to the delegate.
See Also